Welcome![Sign In][Sign Up]
Location:
Search - csharp richtextbox

Search list

[RichEditricheditcsharp

Description: 一个CSharp实现的扩展RichTextBox界面-CSharp to achieve the expansion of a RichTextBox interface
Platform: | Size: 19456 | Author: 站长 | Hits:

[GDI-Bitmap将彩色图片转换为灰度图片

Description: 将彩色图片转换为灰度图片,一个很好的例子绝对值得收藏-Transfer color picture to gray picture, a excellent example which is really worth adding to your collection.
Platform: | Size: 9216 | Author: 马超 | Hits:

[GUI DevelopMiniWordPad

Description: 使用richtextbox的实例。可以插入图片,插入文本,可以比较容易的了解richTextBox控件的使用方法。-use richtextbox example. Pictures can be inserted, insert text, it is easier to understand richTextBox control of the use.
Platform: | Size: 25600 | Author: 任禾 | Hits:

[RichEditExRichTextBox(CSharp)

Description: 这是一个聊天用的richedit控件,用于实现聊天功能-This is a chat with the richedit control for the chat function
Platform: | Size: 43008 | Author: 邱中天 | Hits:

[CSharpRichTextBox_add_picture

Description: 在RichTextBox控件加入图片,像QQ一样显示图片-RichTextBox control to the pictures, as the same images QQ
Platform: | Size: 225280 | Author: 轨迹 | Hits:

[CSharpcsharp_painter

Description: 图形学作业,类似windows画图工具,可画简易几何图形,可任意拖动各层级图形-Graphics operations, similar to windows drawing tool to draw simple geometric shapes can be arbitrary at all levels drag graphics
Platform: | Size: 76800 | Author: 王元亮 | Hits:

[RichEditManOriKnowledge

Description: 最近弄一个可以编辑显示文本、图片、公式、表格、超链接等内容的东东,将其保存好数据库(DB4O),然后直接在内存中打开。最先想到的当然是dotNet的RichTextBox,但它对这些格式数据支持并不好,尤其是上下标。然后就是微软的Office Framer Control,没有什么问题,但是需要运行word进程,那玩意太庞大,尤其是在打开多个文档的时候占用内存过多。最后想到了wpf的Flowdocment,它虽然不直接支持公式,但在能直接将相关内容转换为图片形式,且不会改变显示样式。使用WPF的richTextBox可以直接将word编辑好的内容复制过来,然后保存。 同时文档保存形式也就讲究,应该保存为XamlPackage,这是一种压缩格式,把流文档的各种相关数据一同保存,因此很省事,不用关系连接或图片、多媒体的数据源问题。当然XamlPackage只保存Section节点。 在数据库中文档用byte[]表示,从数据库中打开文档时,可以使用byte[]实例化MemoryStream然后直接加载到相应的流文档显示控件中,但保存到数据库时却需要使用临时文件转储。相应的代码如下(C#):
Platform: | Size: 38912 | Author: | Hits:

[CSharpEncrytionTest

Description: 针对于plain text格式的文件(不支持word格式),行加密和解密的操作。也就是可以用文本编辑器打开的文件都可以进行加密操作。本软件开发环境是.net2005,语言使用C#。使用方法很简单:加密的过程:首先选择需要进行加密的文件,按下button[打开文件],文件内容会读入到靠上方的那个richtextbox中。然后点button[加密],加密之后的内容会显示在靠下方的那个richtextbox中,用户可以自己把加密的内容复制出来另外保存起来或者作其他的操作。解密的过程如下:把需要解密的文件读入,按下button[打开文件],又或者直接把文件内容复制到靠上方的richtextbox中,然后点button[解密],解密之后的内容会显示在靠下方的richtextbox中。-For in plain text format files (do not support the word format), the encryption and decryption operations.
Platform: | Size: 101376 | Author: Adriano | Hits:

[CSharpRichTextBox

Description: richtextbox 的用法 .net中的c# 控件用法 查找功能 下载使用 有源代码-RichTextBox usage. net in the c# control function usage to find the use of active code download
Platform: | Size: 32768 | Author: 陈若举 | Hits:

[RichEditmyTextEditor

Description: RichTextBox的多种操作,包括字体,大小,颜色,对齐方式等-RichTextBox multiple operations, including the font, size, color, alignment, etc.
Platform: | Size: 69632 | Author: fangcaosy | Hits:

[RichEditRichTextBoxSamples

Description: vs2008 WPF应用程序 RichtextBox示例-vs2008 WPF RichTextBox Example applications
Platform: | Size: 276480 | Author: 星云 | Hits:

[RichEditExRichTextBox_src

Description: richtextbox例子,表情,字体格式设置-richtextbox example, facial expressions, font formatting
Platform: | Size: 43008 | Author: 黄健斌 | Hits:

[CSharpTest_speech

Description: This an application to Convert the user s Text or Text file of .txt formate to audio file of .wav formate. Here the application identify the words and punctuation marks from the text file and breaks it accordingly with the letters and phonemes concerned. User will get the audio output what ever text he/she has written in the richtextbox or whatever text file he/she has introduced in the textbox concerned.-This is an application to Convert the user s Text or Text file of .txt formate to audio file of .wav formate. Here the application identify the words and punctuation marks from the text file and breaks it accordingly with the letters and phonemes concerned. User will get the audio output what ever text he/she has written in the richtextbox or whatever text file he/she has introduced in the textbox concerned.
Platform: | Size: 208896 | Author: morad | Hits:

[CSharpExtendRichTextBox

Description: 一个扩展的 RichTextBox 控件,.net 自带的 RichTextBox 控件用起来很麻烦,用这个要方便很多-An extension of the RichTextBox control,. Net comes up a lot of trouble with the RichTextBox control, use this to be a lot easier
Platform: | Size: 35840 | Author: ajtlnui | Hits:

[CSharptextboxScroller

Description: richtextbox内文字自动滚动(像素)的例子-richtextbox auto scroll within the text (pixels) example
Platform: | Size: 33792 | Author: zystory | Hits:

[CSharpDataGridViewRichTextBox

Description: A datagridView has RichTextBox column
Platform: | Size: 19456 | Author: nguyen xuan nghia | Hits:

[EditormyTextEditor

Description: c# richtextbox 文本编辑器-c# richtextbox text editor
Platform: | Size: 70656 | Author: 李爱 | Hits:

[GUI DevelopRichTextBox

Description: 主要是使用了RichTextBox这个控件的用法,包括设置字体,字体大小,类型等一些信息。-It introduces RichTextBox control s method and some other controls
Platform: | Size: 41984 | Author: 许学敏 | Hits:

[EditBoxCSharp-GET-image-size

Description: C# 获取RICHTEXTBOX所有图形的位置和大小-C# Gets RICHTEXTBOX location and size of all graphics
Platform: | Size: 1024 | Author: 刘晓龙 | Hits:

[CSharpMyFirstGame1

Description: 一个比较完善的c#MDI文本编辑器,有诸如保存,更改字体,替换与查找(未完成),打印操作(未完成)等功能(A better c#MDI text editor, with functions such as saving, changing fonts, replacing and lookup (unfinished), printing (unfinished), and so on)
Platform: | Size: 11669504 | Author: panda_wang | Hits:

CodeBus www.codebus.net